From c4b31162aba4c0c4a057472f193971aac4db3fd0 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Fri, 17 Jan 2020 10:53:47 +0000 Subject: [PATCH] xen/build: Remove left over -DMAX_PHYS_IRQS The use of MAX_PHYS_IRQS have been removed in cf5e6f2d3441 ("x86: eliminate hard-coded NR_IRQS"), so remove the left over CFLAGS. Signed-off-by: Anthony PERARD Reviewed-by: Jan Beulich --- xen/Rules.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/Rules.mk b/xen/Rules.mk index 2f4e6f3d96..8dc044a357 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -70,10 +70,6 @@ ifneq ($(clang),y) CFLAGS += -Wa,--strip-local-absolute endif -ifneq ($(max_phys_irqs),) -CFLAGS-y += -DMAX_PHYS_IRQS=$(max_phys_irqs) -endif - AFLAGS-y += -D__ASSEMBLY__ ALL_OBJS := $(ALL_OBJS-y) -- 2.30.2